POV-Ray : Newsgroups : povray.newusers : Isosurfaces doesn't work very well... : Isosurfaces doesn't work very well... Server Time
29 Jul 2024 06:24:16 EDT (-0400)
  Isosurfaces doesn't work very well...  
From: Gyscos
Date: 13 May 2006 04:45:01
Message: <web.44659be2a18bc2191ba56a630@news.povray.org>
Hello !
Well i've been trying to use some isosurfaces, i copied the exact source
code from a tutorial, and the output image is ugly. Why ??

Here is the code :

#include "colors"
#declare Check1 = pigment {checker color YellowGreen color OrangeRed}
camera {location <2,1.6,1.2> direction z*1 look_at <0,0,0>}
box {-1,1 pigment {White transmit .7} no_shadow} //montre le conteneur
light_source {<40,50,30> White*2}

isosurface {
        function {x*x + y*y + z*0 - 0.5}
        threshold 0
        contained_by {box {-1,1}}
        max_trace 3
        pigment {Check1}
}

And here is the picture :
http://img142.imageshack.us/img142/1672/objets7eo.th.png


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.